diff options
Diffstat (limited to 'app/[lng]/evcp/(evcp)/bqtbe/page.tsx')
| -rw-r--r-- | app/[lng]/evcp/(evcp)/bqtbe/page.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/[lng]/evcp/(evcp)/bqtbe/page.tsx b/app/[lng]/evcp/(evcp)/bqtbe/page.tsx index 4989c235..a1fee1b6 100644 --- a/app/[lng]/evcp/(evcp)/bqtbe/page.tsx +++ b/app/[lng]/evcp/(evcp)/bqtbe/page.tsx @@ -45,11 +45,11 @@ export default async function RfqTBEPage(props: IndexPageProps) { <div className="flex items-center justify-between space-y-2"> <div> <h2 className="text-2xl font-bold tracking-tight"> - Technical Bid Evaluation + TBE 보내기 </h2> - <p className="text-muted-foreground"> + {/* <p className="text-muted-foreground"> 초대된 협력업체에게 TBE를 보낼 수 있습니다. <br/>체크박스 선택을 하면 초대 버튼이 활성화됩니다. 버튼 클릭 후 첨부파일을 함께 전송하면 TBE 내용이 메일로 전달되고 eVCP에도 협력업체가 입력할 수 있게 자동 생성됩니다. - </p> + </p> */} </div> </div> </div> |
